Determines whether the collection contains a specific value.
public System.bool Contains(
)
public function Contains(
:
): System.Boolean;
public function Contains(
:
) : System.boolean;
public: System.bool Contains(
)
public:
System.bool Contains(
)
'Declaration
Public Function Contains( _
ByVal As _
) As System.Boolean
'Usage
Dim instance As ValueSet(Of T)
Dim value As
Dim value As System.Boolean
value = instance.Contains(value)
Parameters
- value
- Value to look for.
Return Value
True if the collection contains the value.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2